home *** CD-ROM | disk | FTP | other *** search
- public timer, port_b, bell, bksp, cr, lf, ff, msdos, screen, zero
- public time_of_day, terminate_stay_resident
-
-
-
-
-
- TIMER EQU 040h ; Used by BEEP routine
- PORT_B EQU 061h ; Used by BEEP routine
- BELL EQU 07h ; Bell character for screen
- BKSP EQU 08h ; Backspace character for screen
- CR EQU 0Dh ; Carriage return char for printer
- LF EQU 0Ah ; Line feed char for printer
- FF EQU 0Ch ; Form feed char for printer
- MSDOS EQU 021h ; DOS software interrupt
- SCREEN EQU 010h ; BIOS Screen interrupt
- ZERO EQU 0 ; Looks nice in the debugger
- TIME_OF_DAY EQU 01Ah ; BIOS time of day interrupt
- TERMINATE_STAY_RESIDENT EQU 027h ; DOS terminate and stay resident int.
-